const go/types.isTypes2

9 uses

	go/types (current package)
		assignments.go#L31: 		assert(isTypes2)
		assignments.go#L50: 		if isTypes2 {
		conversions.go#L112: 		if isTypes2 && x.typ == Typ[UntypedNil] {
		conversions.go#L114: 		} else if isNonTypeParamInterface(T) || constArg && !isConstType(T) || !isTypes2 && x.isNil() {
		errors.go#L133: 	if !isTypes2 {
		operand.go#L115: 	if isTypes2 {
		operand.go#L299: 	if isTypes2 {
		typestring.go#L329: 				if isTypes2 {
		util.go#L18: const isTypes2 = false